'Declaration Public Overloads Sub Load( _ ByVal fileName As System.String, _ ByVal ParamArray transforms() As BaseTransform _ )
public void Load( System.string fileName, params BaseTransform[] transforms )
Parameters
- fileName
- The input file name.
- transforms
- The transformation chain for the image that is being loaded.